home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING002
- String STRING003
- String STRING004
- String STRING005
-
- ;------------------------------------------------------------------------------
-
- STRING002 = PPEPath() + "MATRIX.TMP"
- FOpen 1, STRING002, 0, 0
- FGet 1, STRING004
- FGet 1, STRING003
- FGet 1, STRING005
- FClose 1
- Delete STRING002
- GetUser
- U_Cmnt2 = STRING005
- PutUser
- PrintLn
- PrintLn "Thanks, @FIRST@, Your Registration Information is Saved!"
- PrintLn
- More
- If (Left(STRING003, 1) == "%") Then
- DispFile Right(STRING003, Len(STRING003) - 1), 1
- KbdStuff STRING004
- Hangup
- Else
- PrintLn
- PrintLn STRING003
- PrintLn
- KbdStuff STRING004
- Hangup
- Endif
- End
- Delete STRING002
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 More
- ; 2 Goto
- ; 2 Let
- ; 6 PrintLn
- ; 1 If
- ; 1 DispFile
- ; 1 FOpen
- ; 1 FClose
- ; 3 FGet
- ; 2 Hangup
- ; 1 GetUser
- ; 1 PutUser
- ; 2 Delete
- ; 2 KbdStuff
- ;
- ;
- ; ■ Functions used :
- ;
- ; 1 +
- ; 1 -
- ; 1 ==
- ; 1 !
- ; 1 Len(
- ; 1 Left()
- ; 1 Right()
- ; 1 PPEPath()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : WB
- ;
- ; W - Write user ■ 5
- ; Program writes a user record. Although this may be normal for a
- ; User Editor, it may also be a way to modify an account level.
- ; ■ Search for : PUTUSER
- ;
- ; B - Brute hangup ■ 1
- ; Program hangup without notification. This may be a good way to
- ; disconnect a user, but if used randomly, may be very nasty
- ; ■ Search for : HANGUP, DTROFF
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 1 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-